home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-14 | 674 b | 26 lines | [TEXT/mdos] |
- ;
- ; QTKSAMPL.DEF version 1.0
- ;
- ; Copyright Apple Computer, Inc. 1993 -1995, All Rights Reserved.
- ;
-
- ; module-definition file for QTKSample -- used by LINK.EXE
- NAME QTKSampl ; Application's module name
-
- DESCRIPTION 'QuickTake Sample Application'
-
- EXETYPE WINDOWS ; Required for all Windows applications
-
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
-
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- DATA PRELOAD MOVEABLE SINGLE
-
- HEAPSIZE 1024
- STACKSIZE 0x6000 ; Recommended for QuickTake applications
-
- EXPORTS
- MainWndProc @1 ; Name of window processing function
-